Color24-To-Integer names a function, with lambda list (COLOR):
Return a 24-bit integer representing COLOR.
The upper 8 bits are the red channel; the next 8 bits, green; and the lowest 8 bits, the blue channel.
Defined in file src/types/color+pattern.lisp.